/* Hyperlink Styles */
	A 			{	text-decoration: none;
		font-family: times, times new roman, serif;
		font-size: 15px;
		color: #4545CE;
		font-weight: normal;}
	A:link		{	text-decoration: underline;
		font-family: times, times new roman, serif;
		font-size: 15px;
		color: #ffffff;
		font-weight: normal;}
	A:visited 	{	text-decoration: underline;
		font-family: times, times new roman, serif;
		font-size: 15px;
		color: #ffffff;
		font-weight: normal;}
	A:Active 	{text-decoration: none;
		font-family: times, times new roman, serif;
		font-size: 15px;
		color: #ffffff;
		font-weight: normal;}
	A:Hover		{text-decoration: none;
		font-family: times, times new roman, serif;
		font-size: 15px;
		color: #F9F204;
		font-weight: normal;}
	A:link.TabNavigation  {
		font-family: times, times new roman, serif;
		font-size: 15px;
		color : #000000; 
		font-weight: bold;
	}
	A:visited.TabNavigation {
		font-family: times, times new roman, serif;
		font-size: 15px;
		color : #000000; 
		font-weight: bold;
	}
	A:Hover.TabNavigation {
		font-family: times, times new roman, serif;
		font-size: 15px;
		color : #000000; 
		font-weight: bold;
	}

/* List Styles */
	UL, OL, LI {
		font-family: times, times new roman, serif;
		font-size: 15px;
		padding: 0px 0px 2px 0px;
		list-style-position: outside;
	}

/* Body Styles */
	body {
		margin: 0; padding: 0;
		font-family: times, times new roman, serif;
		font-size: 15px;
	}
	table {font-family: times, times new roman, serif; font-size: 15px;}

